Hi Adrian,

Great to meet you as well. I wish we could have been a bit more
productive getting you all setup with releasing and everything, but oh
well. It is still a priority for me.

So yes, the way mvn eclipse works is this. Consider two project
dependencies, say main depends on api. If I run mvn eclipse from
gt/module, then both modules are in the "reactor" ( set of projects to
be built by mvn eclipse ). When processing main maven is smart enough to
realize that api is a dependency on main, but also in the reactor, so
when setting up the classpath for main, it adds api as a project
dependency, and not as a jar dependency.

On the other hand, if I run the task from the main module, api is not in
the reactor so maven will just add the dependency as a jar in the
classpath of main.

Does that make sense? If not let me know.

Thanks again for your great work doing all the qa. I committed a new
version of demo and a test case DemoTest. Demo now uses the catalog to
load up data. Take a look at it, it is still incomplete and a work in
progress, I will wait for some feedback from you before proceeding.

-Justin

Adrian Custer wrote:
> Hey Justin,
> 
> nice meeting you in C.H. Hope you had a good trip back.
> 
> During the meeting, in between everything else you were teaching me, you
> mentioned in passing that running mvn eclipse:eclipse at the top level,
> say trunk/gt/, had slightly different results than runing it in a lower
> level, say trunk/gt/demo/introduction. Am I remembering that right? Can
> you flesh out my memory? I'm trying to get your changes to the demoApp
> built but eclipse is not finding the required imports.
> 
> cheers,
> adrian
> 
> 
> !DSPAM:1004,450fa2c4316781804284693!
> 


-- 
Justin Deoliveira
[EMAIL PROTECTED]
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to