Re: IntelliJ Idea licenses

2016-03-07 Thread Antoine Levy Lambert
There is a form to fill. Michael let me send you the URL directly. Regards, Antoine On Mar 7, 2016, at 1:57 PM, Michael Clarke wrote: > I'm interested in this. > > On 7 March 2016 at 02:53, Antoine Levy Lambert wrote: > >> Hi, >> >> I would like to request open source licenses for Intelli

Re: IntelliJ Idea licenses

2016-03-07 Thread Michael Clarke
I'm interested in this. On 7 March 2016 at 02:53, Antoine Levy Lambert wrote: > Hi, > > I would like to request open source licenses for Intellij in the name of > the Apache Ant project. > > Who is interested ? > > Best regards, > > Antoine > -

IntelliJ Idea licenses

2016-03-06 Thread Antoine Levy Lambert
Hi, I would like to request open source licenses for Intellij in the name of the Apache Ant project. Who is interested ? Best regards, Antoine - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e

Re: IDEA

2007-03-26 Thread Antoine Levy-Lambert
Hi Matt, I am doing all my Apache development work with IDEA and I like it very much. I do not develop Web applications though, just plain Java libraries. Setting up IDEA to develop Ant is easy, ant-core is one module. Best regards, Antoine Matt Benson wrote: > --- Kevin Jackson <

Re: IDEA

2007-03-24 Thread James Fuller
new Macbook Pro set up and I > > wanted to give IDEA a try since we get our big > free > > OSS license and all. Can anybody give me any > pointers > > on how best to get set up for Ant development in > IDEA? > > I've done Ant dev from the command line for years >

Re: IDEA

2007-03-24 Thread Matt Benson
--- Kevin Jackson <[EMAIL PROTECTED]> wrote: > Hi Matt, > > > I'm just getting my new Macbook Pro set up and I > > wanted to give IDEA a try since we get our big > free > > OSS license and all. Can anybody give me any > pointers > > on how b

Re: IDEA

2007-03-24 Thread Martin Gainty
tes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Kevin Jackson" <[EMAIL PROTECTED]> To: "Ant Developers List" Sent: Saturday, March 24, 20

Re: IDEA

2007-03-23 Thread Kevin Jackson
Hi Matt, I'm just getting my new Macbook Pro set up and I wanted to give IDEA a try since we get our big free OSS license and all. Can anybody give me any pointers on how best to get set up for Ant development in IDEA? I've done Ant dev from the command line for years now... I

IDEA

2007-03-23 Thread Matt Benson
Hi all-- I'm just getting my new Macbook Pro set up and I wanted to give IDEA a try since we get our big free OSS license and all. Can anybody give me any pointers on how best to get set up for Ant development in IDEA? I've done Ant dev from the command line for years now...

DO NOT REPLY [Bug 40544] - An idea for possible grid use with Ant

2006-09-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40544] - An idea for possible grid use with Ant

2006-09-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40544] - An idea for possible grid use with Ant

2006-09-19 Thread bugzilla
problem is, what happens if the host PC reboots? What if your laptop moves? Grid ant keels over there. Now, one thing that is interesting is the idea of speeding up a build by distributing work. For that to be deployed to a big public grid (like the ourgrid one), you must have a pretty low priori

DO NOT REPLY [Bug 40544] - An idea for possible grid use with Ant

2006-09-19 Thread bugzilla
gzilla/show_bug.cgi?id=40544 --- Additional Comments From [EMAIL PROTECTED] 2006-09-19 14:53 --- This is an interesting idea, but IMO it's way outside the scope of Ant's core use case (i.e. a build tool) to include something like this in the Ant CORE. Maybe interesting as an antlib

DO NOT REPLY [Bug 40544] - An idea for possible grid use with Ant

2006-09-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40544] - An idea for possible grid use with Ant

2006-09-19 Thread bugzilla
gzilla/show_bug.cgi?id=40544 --- Additional Comments From [EMAIL PROTECTED] 2006-09-19 14:23 --- I do know that Steve doesn't like Ant to be used for deployment (hence his SmartFrog project), but I hadn't seen anything about him disliking the idea of splitting tasks up for proc

DO NOT REPLY [Bug 40544] - An idea for possible grid use with Ant

2006-09-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40544] New: - An idea for possible grid use with Ant

2006-09-19 Thread bugzilla
gzilla/show_bug.cgi?id=40544 Summary: An idea for possible grid use with Ant Product: Ant Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component

AW: Idea-- Tstamp attribute

2005-10-20 Thread Jan.Materne
Mmh, some thoughts: First thought was: why you need that? Just do a $ant -Dlogdate=20050511 and you´ll get it. But maybe there are more derived dates... Then have a look at the format... check and throw the BuildEx for your own --> which pattern? should be the same as sp

Idea-- Tstamp attribute

2005-10-20 Thread 須佐忠弘
Hi, I want to add "value"attribute to TstampTask. Please let me know if there are any problem in this idea or better ideas . Thanks, --usage-- ant -Dday=20051011 clean.logfile ... [delete]/var/log/20050511/*.log --dir-- /var/log/20050510/*.log /var/log/20050511/*.log /var/log/2005

Re: google summer code: ant-xdocs and another idea about ANT

2005-06-10 Thread Jesse Glick
Steve Loughran wrote: Regarding a diff task, there is a good java diff gui app built into jedit, http://plugins.jedit.org/plugins/?JDiffPlugin this could be the core of a simple text diff tool, though its license may be incompatible with Ant's own. For what it's worth, there is also a Java diff

Re: google summer code: ant-xdocs and another idea about ANT

2005-06-10 Thread Steve Loughran
now who is going to mentor this project? Should I submit the proposal via Google Code or send the proposal for review firstly? Who should I contact? I also have an idea to develop an ANT task "diff" if it can be considered as a google project. You see, when people use ANT to do functiona

Re: google summer code: ant-xdocs and another idea about ANT

2005-06-10 Thread Erik Hatcher
diff available. Wrapping it as an Ant task would be pretty trivial. I don't think this diff idea is something of interest for the Google SoC. What ideas do you have that relate to the ant-xdocs proposal? Erik --

google summer code: ant-xdocs and another idea about ANT

2005-06-09 Thread xiaofeng xia
entor this project? Should I submit the proposal via Google Code or send the proposal for review firstly? Who should I contact? I also have an idea to develop an ANT task "diff" if it can be considered as a google project. You see, when people use ANT to do functional tests, "diff" i

Re: AW: IDEA for free!?

2005-02-09 Thread Erik Hatcher
JetBrains gave all Ant committers a free non-commercial license a few years ago and I've been using it ever since. It's nice they've generalized this. I am on the fence with IDEA and Eclipse. I use both interchangeably, but I lean towards IDEA because it is quicker

AW: IDEA for free!?

2005-02-09 Thread Jan . Materne
Another thing. You are only allowed to use the software for one year. http://www.jetbrains.com/idea/opensource/license.html Upon Your acceptance of this License Agreement (the "Agreement"), JetBrains grants to You a non-exclusive and non-transferable 1-year license to use th

AW: IDEA for free!?

2005-02-09 Thread Jan . Materne
nice. Havent they recognized that Ant is a top level project? http://www.jetbrains.com/idea/docs/IDEA45Overview.pdf Jakarta Ant Those of you who depend on Jakarta Ant will find seamless integration of this powerful build tool into IntelliJ IDEA, now with full Ant 1.6 support! But

FYI: IDEA for free!?

2005-02-08 Thread Dominique Devienne
Title: FYI: IDEA for free!? JetBrains offers free IntelliJ IDEA licenses By ADT Staff JetBrains will announce this week that it will offer open-source developers no-cost user licenses for its IntelliJ IDEA integrated development environment for Java.  The company says the offer is open

ruleset task idea

2004-08-02 Thread Kendall Shaw
Hi, I have an idea for a task to handle file based build prerequisites in a somewhat make-like way. Does this sound like a good idea? The XML might be like: For example (please forgive any ameturish tagging here