I know Ant well enough to figure it out. - Gordon
-----Original Message----- From: Michael Schmalle [mailto:[email protected]] Sent: Friday, March 29, 2013 12:14 PM To: [email protected] Subject: RE: Can't build compiler.jx in Eclipse downloads.xml downloads those 2 deps. Don't know why it is not doing that for you. I am no build file nija either. Mike Quoting Gordon Smith <[email protected]>: >> Did you get it to work with the checked-in project files? > > No, I haven't had time to figure out what the problem is. The > compiler.jx project is looking for > google/closure-compiler/compiler.jar. Running 'ant clean main' at the > level of flex-falcon doesn't produce such a file anywhere. I suspect > that I need to run targets at the level of compiler.jx. But that's not > the design I was following when I introduced the top-level build.xml > for flex-falcon. You should be able to do all the basic stuff > (command-line build, setup for Eclipse builds, test) at the top level. > > - Gordon > > -----Original Message----- > From: Alex Harui [mailto:[email protected]] > Sent: Friday, March 29, 2013 11:07 AM > To: [email protected] > Subject: Re: Can't build compiler.jx in Eclipse > > Gordon, Did you get it to work with the checked-in project files? > > > On 3/29/13 10:14 AM, "Gordon Smith" <[email protected]> wrote: > >> The project files should be under source control and they should build >> without tweaking when you import them. The only exception is having to >> configure things at the workspace level. For example, the compiler >> project requires that ANT_JAR be set in the classpath of the workspace. >> >> - Gordon >> >> -----Original Message----- >> From: Frédéric THOMAS [mailto:[email protected]] >> Sent: Friday, March 29, 2013 6:44 AM >> To: [email protected] >> Subject: Re: Can't build compiler.jx in Eclipse >> >> I can't remember I tried it but logically, removing the .classpath >> from the .gitignore, committing only the .classpath then re-adding it >> in the .gitignore should work but still, I think it's better to write >> a guideline than checkin IDE files :) >> >> -Fred >> >> -----Message d'origine----- >> From: Alex Harui >> Sent: Friday, March 29, 2013 2:30 PM >> To: [email protected] >> Subject: Re: Can't build compiler.jx in Eclipse >> >> Is there a way to have a file in git that is also in gitignore? That >> way you get it when you clone, but when you modify it, it doesn't >> get checked back in. >> >> >> On 3/29/13 12:27 AM, "Cyrill Zadra" <[email protected]> wrote: >> >>> Currently its quite easy to setup the eclipse falcon project. >>> >>> Import falcon projects in eclipse, run ant script, sometimes refresh >>> the projects and you are ready to go.. >>> >>> Wouldn't it get more complicated if you put classpath to gitignore? >>> Then I always have to add the libraries by myself. Just my thoughts >>> >>> Cyrill >>> >>> >>> Sent from my iPhone >>> >>> On 29.03.2013, at 17:28, Alex Harui <[email protected]> wrote: >>> >>>> The .classpath files in compiler.jx and compiler.jx/tests are >>>> showing up as modified in git. Should we put them in .gitignore? I >>>> wouldn't mind having them in there as a starting point. >>>> >>>> >>>> On 3/28/13 11:55 PM, "Erik de Bruin" <[email protected]> wrote: >>>> >>>>> Normally, we don't. Some documentation might come in handy, though. >>>>> >>>>> EdB >>>>> >>>>> >>>>> >>>>> On Fri, Mar 29, 2013 at 7:25 AM, Alex Harui <[email protected]> wrote: >>>>>> When I first imported the project it did not build and I ended up >>>>>> tweaking the project properties. Do we want the project files in >>>>>> Git? >>>>>> >>>>>> >>>>>> On 3/28/13 11:22 PM, "Erik de Bruin" <[email protected]> wrote: >>>>>> >>>>>>> Or sometimes plain "Refresh" (F5) on the project helps. >>>>>>> >>>>>>> EdB >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Fri, Mar 29, 2013 at 4:55 AM, Cyrill Zadra >>>>>>> <[email protected]> >>>>>>> wrote: >>>>>>>> No that should be enough. >>>>>>>> >>>>>>>> You could also try 'ant super-clean main'. >>>>>>>> Sometimes you need to reopen and rebuild the eclipse project. >>>>>>>> >>>>>>>> Cyrill >>>>>>>> >>>>>>>> On Fri, Mar 29, 2013 at 2:19 PM, Gordon Smith >>>>>>>> <[email protected]> >>>>>>>> wrote: >>>>>>>>> I ran 'ant clean main'. Do I need more targets? >>>>>>>>> >>>>>>>>> - Gordon >>>>>>>>> >>>>>>>>> -----Original Message----- >>>>>>>>> From: Cyrill Zadra [mailto:[email protected]] >>>>>>>>> Sent: Thursday, March 28, 2013 8:45 PM >>>>>>>>> To: [email protected] >>>>>>>>> Subject: Re: Can't build compiler.jx in Eclipse >>>>>>>>> >>>>>>>>> Hi Gordon >>>>>>>>> >>>>>>>>> Did you run build.xml first? It should download all dependant >>>>>>>>> libraries. >>>>>>>>> >>>>>>>>> Cyrill >>>>>>>>> >>>>>>>>> On Fri, Mar 29, 2013 at 2:12 PM, Gordon Smith >>>>>>>>> <[email protected]> >>>>>>>>> wrote: >>>>>>>>>> When I import the compiler.jx project into Eclipse, I get >>>>>>>>>> >>>>>>>>>> Project 'compiler.jx' is missing required library: >>>>>>>>>> 'lib/commons-io.jar' >>>>>>>>>> Project 'compiler.jx' is missing required library: >>>>>>>>>> 'lib/google/closure-compiler/compiler.jar' >>>>>>>>>> >>>>>>>>>> There is no 'lib' directory in flex-falcon/compiler.jx. What >>>>>>>>>> am I doing wrong? >>>>>>>>>> >>>>>>>>>> - Gordon >>>>>> >>>>>> -- >>>>>> Alex Harui >>>>>> Flex SDK Team >>>>>> Adobe Systems, Inc. >>>>>> http://blogs.adobe.com/aharui >>>> >>>> -- >>>> Alex Harui >>>> Flex SDK Team >>>> Adobe Systems, Inc. >>>> http://blogs.adobe.com/aharui >>>> > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > > -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com
