Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help finding source for these common packages

Status
Not open for further replies.

ralphcarlsonjr

Programmer
Oct 27, 2008
2
0
0
US
I am trying to build apache code in eclipse and almost every other class references these packages but I can not find the .java files for them.

import org.apache.maven.continuum.model.project.BuildDefinition;
import org.apache.maven.continuum.model.project.BuildDefinitionTemplate;
import org.apache.maven.continuum.model.project.Project;
import org.apache.maven.continuum.model.project.ProjectGroup;
import org.apache.maven.continuum.model.project.Schedule;
import org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable;
import org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException;
 
the only thing I have managed to do so far is use jad to decompile to binary jar but that is not a very good method as jad makes mistakes at times. Any url to the original java files would be nice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top