My understanding is that tools.jar is going to be removed in the (Oracle)
Java 9 JDK. So it would be good to get away from that dependency, unless
you want a new problem when Java 9 is released.
/Anders
On Mon, Sep 8, 2014 at 8:30 AM, Lennart Jörelid
wrote:
> So - let's see if we can get the JD
This dependency problem is basically caused by the way that the *adjoc*
works - not the a-m-p itself.
*ajdoc* is part of the AspectJ release, and uses standard JDK functionality
to generate a sort of javadoc.
The JavaDoc dependencies are packaged within *tools.jar*.
... so even if the *tools.jar*
Me and Dennis talked to Mark Reinhold at Jfokus earlier this year about the
changes that the jigsaw project will bring and what the impact would be on
the Maven world. One of the things that popped up was that tools.jar is
going away. As I know that there are several plugins that has this
dependenc
Ah, I forgot. Mark position was that there shouldn't be any need for using
tools.jar directly today (JDK 7 or 8 I guess) as everything should be
possible through the JDK API. Dare you challenge him? ;-)
/Anders
On Mon, Sep 8, 2014 at 10:25 AM, Anders Hammar wrote:
> Me and Dennis talked to Mark
Title: Message Title
Dennis Lundberg updated an issue
Title: Message Title
Dennis Lundberg commented on an issue
Title: Message Title
Julien HENRY created an issue
Title: Message Title
Julien HENRY updated an issue
Title: Message Title
Julien HENRY updated an issue
Title: Message Title
Gabriel Belingueres commented on an issue
Hi
Please give me permission to add more plugin into baaboo ci,
or if it is too much of a hassle, please add
dbupgrade, vfs, and wagon-maven-plugin into CI
Thanks
-Dan
I can't even log in to Bamboo. :-(
/Anders
On Mon, Sep 8, 2014 at 4:55 PM, Dan Tran wrote:
> Hi
>
> Please give me permission to add more plugin into baaboo ci,
>
> or if it is too much of a hassle, please add
>
> dbupgrade, vfs, and wagon-maven-plugin into CI
>
> Thanks
>
> -Dan
>
>
the hidden login page is https://bamboo-ci.codehaus.
org/userlogin!default.action
-D
On Mon, Sep 8, 2014 at 8:03 AM, Anders Hammar wrote:
> I can't even log in to Bamboo. :-(
>
> /Anders
>
>
> On Mon, Sep 8, 2014 at 4:55 PM, Dan Tran wrote:
>
>> Hi
>>
>> Please give me permission to add more
I don't believe I would need to challenge Mark. (Other than in a Swedish
Poetry slam, of course... )
My point is that the Maven process running a-m-p (i.e. ajdoc) needs access
to the JavaDoc tools and classes which are currently packaged in *tools.jar*.
If these classes are packaged in another jar
This is an interesting case, because the compile-time JDK is less then the
runtime JDK (1.5 and 1.6 in same order). Normally it's the other way
around.
However, to be able to run the integration tests, you will still need 1.6.
So I'd prefer to change the minimum required Java version to 1.6 so
I basically added a
1.6
property to the a-m-p pom, and upped the JDK version for one of the Bamboo
jobs. (Implying that the a-m-p now builds OK on Bamboo).
This works for the a-m-p alone, but it would of course be a good idea if
all the Mojos from Codehaus have the same basic requirements.
Along
Title: Message Title
Julien HENRY updated an issue
https://bamboo-ci.codehaus.org/browse/MOJO-MASPECTJ-39
I've excluded tools.jar from the enforceBytecodeVersion and set
mojo.java.target to 1.6, which is also required to get the correct JDK
requirement on the project summary page.
I think we're all happy now, right?
Robert
Op Mon, 08 Sep 2
Title: Message Title
Robert Puncel created an issue
Title: Message Title
Robert Puncel updated an issue
Title: Message Title
Robert Puncel updated an issue
Title: Message Title
Robert Puncel updated an issue
Title: Message Title
Robert Puncel updated an issue
Title: Message Title
Lennart Jörelid commented on an issue
Title: Message Title
Lennart Jörelid assigned an issue to Lennart Jörelid
Title: Message Title
Lennart Jörelid closed an issue as Fixed
Title: Message Title
Lennart Jörelid assigned an issue to Lennart Jörelid
Title: Message Title
Lennart Jörelid closed an issue as Fixed
Title: Message Title
Lennart Jörelid closed an issue as Fixed
Title: Message Title
Lennart Jörelid assigned an issue to Lennart Jörelid
Hello all,
I wonder what the recommended way to include tools.jar (or any other JAR
packaged with the JDK but not normally included in the classpath) would be.
Typically, I would define a dependency on the form:
com.sun
tools
${java.version}
Title: Message Title
Lennart Jörelid commented on an issue
Title: Message Title
Stefan Bohn created an issue
Title: Message Title
Anders Hammar commented on an issue
34 matches
Mail list logo