光年张 wrote:
> Yes, I checked the how-to.
> But below:
> 
>     * Set up the .project and .classpath files for eclipse so that
>       eclipse can build the code: 
> 
> cd eclipse
> ./build.sh install # this will take some time
> ./build.sh clean
> ./build.sh eclipse:eclipse
> 
> build.sh can run on the Windows. And I find a build.xml for ant there. But 
> this file doesn't work.

build.sh is just a wrapper that avoids the tests and a few other things
in a default build.  In those instructions, it should be safe to replace
any "build.sh" calls with "mvn":

  maven\bin\mvn.bat install
  maven\bin\mvn.bat clean
  maven\bin\mvn.bat eclipse:eclipse

-- 
Benjamin Reed
The OpenNMS Group
http://www.opennms.org/


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to