AppFuse 2.0 Status

8 messages Options
Embed this post
Permalink
Matt Raible-3

AppFuse 2.0 Status

Reply Threaded More More options
Print post
Permalink
FYI...

I managed to get most everything moved over to a Maven 2 structure
this week.  I have tests working in the hibernate/ibatis projects, as
well as the service project, but not in the web tier projects yet.  I
do have everything compiling though. ;-)

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] AppFuse ............................................... SUCCESS [2.228s]
[INFO] AppFuse Common Data Module ............................ SUCCESS [1.681s]
[INFO] AppFuse Hibernate Module .............................. SUCCESS [0.809s]
[INFO] AppFuse iBATIS Module ................................. SUCCESS [0.630s]
[INFO] AppFuse Data Modules .................................. SUCCESS [0.008s]
[INFO] AppFuse Service Module ................................ SUCCESS [0.696s]
[INFO] AppFuse Common Web Module ............................. SUCCESS [2.817s]
[INFO] AppFuse JSF Module .................................... SUCCESS [4.410s]
[INFO] AppFuse Spring MVC Module ............................. SUCCESS [4.038s]
[INFO] AppFuse Struts 2 Module ............................... SUCCESS [4.954s]
[INFO] AppFuse Tapestry Module ............................... SUCCESS [4.042s]
[INFO] AppFuse Web Modules ................................... SUCCESS [0.007s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Fri Aug 18 15:06:54 MDT 2006
[INFO] Final Memory: 11M/26M
[INFO] ------------------------------------------------------------------------
alotta:~/dev/appfuse2 mraible$

If you'd like to review any of the work done thus far, I've uploaded
my latest work to:

http://static.appfuse.org/downloads/appfuse2-20060817.zip

The major issue I've encountered to date can be reviewed at:

http://www.nabble.com/Re%3A-Converting-AppFuse-to-a-Maven-2-Project-p5870757.html

Have a good weekend y'all.

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

reddeagle

Re: AppFuse 2.0 Status

Reply Threaded More More options
Print post
Permalink
I just follwed the readme and got the following prob from maven:

Begin:
C:\Downloads\appfuse2-20060817\appfuse2>mvn eclipse:eclipse
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   AppFuse
[INFO]   AppFuse Common Data Module
[INFO]   AppFuse Hibernate Module
[INFO]   AppFuse iBATIS Module
[INFO]   AppFuse Data Modules
[INFO]   AppFuse Service Module
[INFO]   AppFuse Common Web Module
[INFO]   AppFuse JSF Module
[INFO]   AppFuse Spring MVC Module
[INFO]   AppFuse Struts 2 Module
[INFO]   AppFuse Tapestry Module
[INFO]   AppFuse Web Modules
[INFO] Searching repository for plugin with prefix: 'eclipse'.
[INFO] org.apache.maven.plugins: checking for updates from central
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retri
eved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-compiler-plugin' does not exis
t or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21 seconds
[INFO] Finished at: Fri Aug 18 17:35:14 EDT 2006
[INFO] Final Memory: 1M/3M
[INFO] ------------------------------------------------------------------------

C:\Downloads\appfuse2-20060817\appfuse2>

END:

I download version : maven-2.0.4



Matt Raible-3 wrote:
FYI...

I managed to get most everything moved over to a Maven 2 structure
this week.  I have tests working in the hibernate/ibatis projects, as
well as the service project, but not in the web tier projects yet.  I
do have everything compiling though. ;-)

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] AppFuse ............................................... SUCCESS [2.228s]
[INFO] AppFuse Common Data Module ............................ SUCCESS [1.681s]
[INFO] AppFuse Hibernate Module .............................. SUCCESS [0.809s]
[INFO] AppFuse iBATIS Module ................................. SUCCESS [0.630s]
[INFO] AppFuse Data Modules .................................. SUCCESS [0.008s]
[INFO] AppFuse Service Module ................................ SUCCESS [0.696s]
[INFO] AppFuse Common Web Module ............................. SUCCESS [2.817s]
[INFO] AppFuse JSF Module .................................... SUCCESS [4.410s]
[INFO] AppFuse Spring MVC Module ............................. SUCCESS [4.038s]
[INFO] AppFuse Struts 2 Module ............................... SUCCESS [4.954s]
[INFO] AppFuse Tapestry Module ............................... SUCCESS [4.042s]
[INFO] AppFuse Web Modules ................................... SUCCESS [0.007s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Fri Aug 18 15:06:54 MDT 2006
[INFO] Final Memory: 11M/26M
[INFO] ------------------------------------------------------------------------
alotta:~/dev/appfuse2 mraible$

If you'd like to review any of the work done thus far, I've uploaded
my latest work to:

http://static.appfuse.org/downloads/appfuse2-20060817.zip

The major issue I've encountered to date can be reviewed at:

http://www.nabble.com/Re%3A-Converting-AppFuse-to-a-Maven-2-Project-p5870757.html

Have a good weekend y'all.

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
For additional commands, e-mail: dev-help@appfuse.dev.java.net
Matt Raible-3

Re: AppFuse 2.0 Status

Reply Threaded More More options
Print post
Permalink
Can you try running it again? I've seen Maven 2 have issues
downloading things the first time.  Running the same command 2-3 times
sometimes fixes the problem.

I just ran eclipse:eclipse, organized imports (etc.) and uploaded a
new version in case it doesn't work.

http://static.appfuse.org/downloads/appfuse2-20060818.2.zip

BTW, the following is the best explanation I've seen for setting each
module up as a separate project in Eclipse 3.2.

http://tinyurl.com/p3tfb

Hope this helps,

Matt

On 8/18/06, reddeagle <[hidden email]> wrote:

>
> I just follwed the readme and got the following prob from maven:
>
> Begin:
> C:\Downloads\appfuse2-20060817\appfuse2>mvn eclipse:eclipse
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   AppFuse
> [INFO]   AppFuse Common Data Module
> [INFO]   AppFuse Hibernate Module
> [INFO]   AppFuse iBATIS Module
> [INFO]   AppFuse Data Modules
> [INFO]   AppFuse Service Module
> [INFO]   AppFuse Common Web Module
> [INFO]   AppFuse JSF Module
> [INFO]   AppFuse Spring MVC Module
> [INFO]   AppFuse Struts 2 Module
> [INFO]   AppFuse Tapestry Module
> [INFO]   AppFuse Web Modules
> [INFO] Searching repository for plugin with prefix: 'eclipse'.
> [INFO] org.apache.maven.plugins: checking for updates from central
> [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be
> retri
> eved from repository: central due to an error: Error transferring file
> [INFO] Repository 'central' will be blacklisted
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-compiler-plugin' does not
> exis
> t or no valid version could be found
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 21 seconds
> [INFO] Finished at: Fri Aug 18 17:35:14 EDT 2006
> [INFO] Final Memory: 1M/3M
> [INFO]
> ------------------------------------------------------------------------
>
> C:\Downloads\appfuse2-20060817\appfuse2>
>
> END:
>
> I download version : maven-2.0.4
>
>
>
>
> Matt Raible-3 wrote:
> >
> > FYI...
> >
> > I managed to get most everything moved over to a Maven 2 structure
> > this week.  I have tests working in the hibernate/ibatis projects, as
> > well as the service project, but not in the web tier projects yet.  I
> > do have everything compiling though. ;-)
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] AppFuse ............................................... SUCCESS
> > [2.228s]
> > [INFO] AppFuse Common Data Module ............................ SUCCESS
> > [1.681s]
> > [INFO] AppFuse Hibernate Module .............................. SUCCESS
> > [0.809s]
> > [INFO] AppFuse iBATIS Module ................................. SUCCESS
> > [0.630s]
> > [INFO] AppFuse Data Modules .................................. SUCCESS
> > [0.008s]
> > [INFO] AppFuse Service Module ................................ SUCCESS
> > [0.696s]
> > [INFO] AppFuse Common Web Module ............................. SUCCESS
> > [2.817s]
> > [INFO] AppFuse JSF Module .................................... SUCCESS
> > [4.410s]
> > [INFO] AppFuse Spring MVC Module ............................. SUCCESS
> > [4.038s]
> > [INFO] AppFuse Struts 2 Module ............................... SUCCESS
> > [4.954s]
> > [INFO] AppFuse Tapestry Module ............................... SUCCESS
> > [4.042s]
> > [INFO] AppFuse Web Modules ................................... SUCCESS
> > [0.007s]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 26 seconds
> > [INFO] Finished at: Fri Aug 18 15:06:54 MDT 2006
> > [INFO] Final Memory: 11M/26M
> > [INFO]
> > ------------------------------------------------------------------------
> > alotta:~/dev/appfuse2 mraible$
> >
> > If you'd like to review any of the work done thus far, I've uploaded
> > my latest work to:
> >
> > http://static.appfuse.org/downloads/appfuse2-20060817.zip
> >
> > The major issue I've encountered to date can be reviewed at:
> >
> > http://www.nabble.com/Re%3A-Converting-AppFuse-to-a-Maven-2-Project-p5870757.html
> >
> > Have a good weekend y'all.
> >
> > Matt
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [hidden email]
> > For additional commands, e-mail: [hidden email]
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/AppFuse-2.0-Status-tf2129607s2369.html#a5878066
> Sent from the AppFuse - Dev forum at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Sanjiv Jivan

Re: AppFuse 2.0 Status

Reply Threaded More More options
Print post
Permalink
In reply to this post by Matt Raible-3
Might be nice to configure the IDEA plugin in the top level pom to generate the 3rd party dependencies as project modules bundled with source and javadoc and also have the inter module be dependent at compile time as oppsed to have a dependency on a snapshot jar.
 
I find this extremely useful. Odd that the default idea:idea plugin generates the libraries as separate jar includes as opposed to libraries. I can send you the maven IDEA plugin config snippet that I'm using if you'd like. The idea plugin works really nicely especially with doing merges everytime its run as opposed to the maven 1.x plugin which overwrites the files.

 
On 8/18/06, Matt Raible <[hidden email]> wrote:
FYI...

I managed to get most everything moved over to a Maven 2 structure
this week.  I have tests working in the hibernate/ibatis projects, as
well as the service project, but not in the web tier projects yet.  I
do have everything compiling though. ;-)

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] AppFuse ............................................... SUCCESS [2.228s]
[INFO] AppFuse Common Data Module ............................ SUCCESS [ 1.681s]
[INFO] AppFuse Hibernate Module .............................. SUCCESS [0.809s]
[INFO] AppFuse iBATIS Module ................................. SUCCESS [0.630s]
[INFO] AppFuse Data Modules .................................. SUCCESS [ 0.008s]
[INFO] AppFuse Service Module ................................ SUCCESS [0.696s]
[INFO] AppFuse Common Web Module ............................. SUCCESS [2.817s]
[INFO] AppFuse JSF Module .................................... SUCCESS [ 4.410s]
[INFO] AppFuse Spring MVC Module ............................. SUCCESS [4.038s]
[INFO] AppFuse Struts 2 Module ............................... SUCCESS [4.954s]
[INFO] AppFuse Tapestry Module ............................... SUCCESS [ 4.042s]
[INFO] AppFuse Web Modules ................................... SUCCESS [0.007s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Fri Aug 18 15:06:54 MDT 2006
[INFO] Final Memory: 11M/26M
[INFO] ------------------------------------------------------------------------
alotta:~/dev/appfuse2 mraible$

If you'd like to review any of the work done thus far, I've uploaded
my latest work to:

http://static.appfuse.org/downloads/appfuse2-20060817.zip

The major issue I've encountered to date can be reviewed at:

http://www.nabble.com/Re%3A-Converting-AppFuse-to-a-Maven-2-Project-p5870757.html

Have a good weekend y'all.

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]


Matt Raible-3

Re: AppFuse 2.0 Status

Reply Threaded More More options
Print post
Permalink
On 8/18/06, Sanjiv Jivan <[hidden email]> wrote:

>
> Might be nice to configure the IDEA plugin in the top level pom to generate
> the 3rd party dependencies as project modules bundled with source and
> javadoc and also have the inter module be dependent at compile time as
> oppsed to have a dependency on a snapshot jar.
>
> I find this extremely useful. Odd that the default idea:idea plugin
> generates the libraries as separate jar includes as opposed to libraries. I
> can send you the maven IDEA plugin config snippet that I'm using if you'd
> like. The idea plugin works really nicely especially with doing merges
> everytime its run as opposed to the maven 1.x plugin which overwrites the
> files.

Please do send a patch - that'd be great. I'm using the WOJ plugin for
Eclipse (they gave me a free license) - works great for javadoc and
source.

http://www.worldofjava.org

Matt

>
>
> On 8/18/06, Matt Raible <[hidden email]> wrote:
> >
> FYI...
>
> I managed to get most everything moved over to a Maven 2 structure
> this week.  I have tests working in the hibernate/ibatis projects, as
> well as the service project, but not in the web tier projects yet.  I
> do have everything compiling though. ;-)
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> ------------------------------------------------------------------------
> [INFO] AppFuse
> ............................................... SUCCESS
> [2.228s]
> [INFO] AppFuse Common Data Module ............................ SUCCESS [
> 1.681s]
> [INFO] AppFuse Hibernate Module .............................. SUCCESS
> [0.809s]
> [INFO] AppFuse iBATIS Module
> ................................. SUCCESS [0.630s]
> [INFO] AppFuse Data Modules
> .................................. SUCCESS [ 0.008s]
> [INFO] AppFuse Service Module
> ................................ SUCCESS [0.696s]
> [INFO] AppFuse Common Web Module ............................. SUCCESS
> [2.817s]
> [INFO] AppFuse JSF Module
> .................................... SUCCESS [ 4.410s]
> [INFO] AppFuse Spring MVC Module ............................. SUCCESS
> [4.038s]
> [INFO] AppFuse Struts 2 Module ............................... SUCCESS
> [4.954s]
> [INFO] AppFuse Tapestry Module ............................... SUCCESS [
> 4.042s]
> [INFO] AppFuse Web Modules
> ................................... SUCCESS [0.007s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 26 seconds
> [INFO] Finished at: Fri Aug 18 15:06:54 MDT 2006
> [INFO] Final Memory: 11M/26M
> [INFO]
> ------------------------------------------------------------------------
> alotta:~/dev/appfuse2 mraible$
>
> If you'd like to review any of the work done thus far, I've uploaded
> my latest work to:
>
> http://static.appfuse.org/downloads/appfuse2-20060817.zip
>
> The major issue I've encountered to date can be reviewed at:
>
> http://www.nabble.com/Re%3A-Converting-AppFuse-to-a-Maven-2-Project-p5870757.html
>
> Have a good weekend y'all.
>
> Matt
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [hidden email]
> For additional commands, e-mail: [hidden email]
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

reddeagle

Re: AppFuse 2.0 Status

Reply Threaded More More options
Print post
Permalink
In reply to this post by Matt Raible-3
No luck using both methods.

I will restart my machine and try again! Will also try out side the company firewall , that could be stopping it also.

Taking a flight tonight so was going to give it a test during it.



Matt Raible-3 wrote:
Can you try running it again? I've seen Maven 2 have issues
downloading things the first time.  Running the same command 2-3 times
sometimes fixes the problem.

I just ran eclipse:eclipse, organized imports (etc.) and uploaded a
new version in case it doesn't work.

http://static.appfuse.org/downloads/appfuse2-20060818.2.zip

BTW, the following is the best explanation I've seen for setting each
module up as a separate project in Eclipse 3.2.

http://tinyurl.com/p3tfb

Hope this helps,

Matt

On 8/18/06, reddeagle <donal.reddington@fmr.com> wrote:
>
> I just follwed the readme and got the following prob from maven:
>
> Begin:
> C:\Downloads\appfuse2-20060817\appfuse2>mvn eclipse:eclipse
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   AppFuse
> [INFO]   AppFuse Common Data Module
> [INFO]   AppFuse Hibernate Module
> [INFO]   AppFuse iBATIS Module
> [INFO]   AppFuse Data Modules
> [INFO]   AppFuse Service Module
> [INFO]   AppFuse Common Web Module
> [INFO]   AppFuse JSF Module
> [INFO]   AppFuse Spring MVC Module
> [INFO]   AppFuse Struts 2 Module
> [INFO]   AppFuse Tapestry Module
> [INFO]   AppFuse Web Modules
> [INFO] Searching repository for plugin with prefix: 'eclipse'.
> [INFO] org.apache.maven.plugins: checking for updates from central
> [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be
> retri
> eved from repository: central due to an error: Error transferring file
> [INFO] Repository 'central' will be blacklisted
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-compiler-plugin' does not
> exis
> t or no valid version could be found
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 21 seconds
> [INFO] Finished at: Fri Aug 18 17:35:14 EDT 2006
> [INFO] Final Memory: 1M/3M
> [INFO]
> ------------------------------------------------------------------------
>
> C:\Downloads\appfuse2-20060817\appfuse2>
>
> END:
>
> I download version : maven-2.0.4
>
>
>
>
> Matt Raible-3 wrote:
> >
> > FYI...
> >
> > I managed to get most everything moved over to a Maven 2 structure
> > this week.  I have tests working in the hibernate/ibatis projects, as
> > well as the service project, but not in the web tier projects yet.  I
> > do have everything compiling though. ;-)
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] AppFuse ............................................... SUCCESS
> > [2.228s]
> > [INFO] AppFuse Common Data Module ............................ SUCCESS
> > [1.681s]
> > [INFO] AppFuse Hibernate Module .............................. SUCCESS
> > [0.809s]
> > [INFO] AppFuse iBATIS Module ................................. SUCCESS
> > [0.630s]
> > [INFO] AppFuse Data Modules .................................. SUCCESS
> > [0.008s]
> > [INFO] AppFuse Service Module ................................ SUCCESS
> > [0.696s]
> > [INFO] AppFuse Common Web Module ............................. SUCCESS
> > [2.817s]
> > [INFO] AppFuse JSF Module .................................... SUCCESS
> > [4.410s]
> > [INFO] AppFuse Spring MVC Module ............................. SUCCESS
> > [4.038s]
> > [INFO] AppFuse Struts 2 Module ............................... SUCCESS
> > [4.954s]
> > [INFO] AppFuse Tapestry Module ............................... SUCCESS
> > [4.042s]
> > [INFO] AppFuse Web Modules ................................... SUCCESS
> > [0.007s]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 26 seconds
> > [INFO] Finished at: Fri Aug 18 15:06:54 MDT 2006
> > [INFO] Final Memory: 11M/26M
> > [INFO]
> > ------------------------------------------------------------------------
> > alotta:~/dev/appfuse2 mraible$
> >
> > If you'd like to review any of the work done thus far, I've uploaded
> > my latest work to:
> >
> > http://static.appfuse.org/downloads/appfuse2-20060817.zip
> >
> > The major issue I've encountered to date can be reviewed at:
> >
> > http://www.nabble.com/Re%3A-Converting-AppFuse-to-a-Maven-2-Project-p5870757.html
> >
> > Have a good weekend y'all.
> >
> > Matt
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
> > For additional commands, e-mail: dev-help@appfuse.dev.java.net
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/AppFuse-2.0-Status-tf2129607s2369.html#a5878066
> Sent from the AppFuse - Dev forum at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
> For additional commands, e-mail: dev-help@appfuse.dev.java.net
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
For additional commands, e-mail: dev-help@appfuse.dev.java.net
Matt Raible-3

Re: AppFuse 2.0 Status

Reply Threaded More More options
Print post
Permalink
From the top level (regardless of Eclipse), you should running "mvn
-Dmaven.test.skip=true" to download everything before your flight.
I'm sure you know this, but in case you don't, run "mvn -o" to work
offline.

http://www.nabble.com/Re%3A--m2--maven.test.skip%3Dtrue-on-by-default--p5872648.html

Matt

On 8/18/06, reddeagle <[hidden email]> wrote:

>
> No luck using both methods.
>
> I will restart my machine and try again! Will also try out side the company
> firewall , that could be stopping it also.
>
> Taking a flight tonight so was going to give it a test during it.
>
>
>
>
> Matt Raible-3 wrote:
> >
> > Can you try running it again? I've seen Maven 2 have issues
> > downloading things the first time.  Running the same command 2-3 times
> > sometimes fixes the problem.
> >
> > I just ran eclipse:eclipse, organized imports (etc.) and uploaded a
> > new version in case it doesn't work.
> >
> > http://static.appfuse.org/downloads/appfuse2-20060818.2.zip
> >
> > BTW, the following is the best explanation I've seen for setting each
> > module up as a separate project in Eclipse 3.2.
> >
> > http://tinyurl.com/p3tfb
> >
> > Hope this helps,
> >
> > Matt
> >
> > On 8/18/06, reddeagle <[hidden email]> wrote:
> >>
> >> I just follwed the readme and got the following prob from maven:
> >>
> >> Begin:
> >> C:\Downloads\appfuse2-20060817\appfuse2>mvn eclipse:eclipse
> >> [INFO] Scanning for projects...
> >> [INFO] Reactor build order:
> >> [INFO]   AppFuse
> >> [INFO]   AppFuse Common Data Module
> >> [INFO]   AppFuse Hibernate Module
> >> [INFO]   AppFuse iBATIS Module
> >> [INFO]   AppFuse Data Modules
> >> [INFO]   AppFuse Service Module
> >> [INFO]   AppFuse Common Web Module
> >> [INFO]   AppFuse JSF Module
> >> [INFO]   AppFuse Spring MVC Module
> >> [INFO]   AppFuse Struts 2 Module
> >> [INFO]   AppFuse Tapestry Module
> >> [INFO]   AppFuse Web Modules
> >> [INFO] Searching repository for plugin with prefix: 'eclipse'.
> >> [INFO] org.apache.maven.plugins: checking for updates from central
> >> [WARNING] repository metadata for: 'org.apache.maven.plugins' could not
> >> be
> >> retri
> >> eved from repository: central due to an error: Error transferring file
> >> [INFO] Repository 'central' will be blacklisted
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [ERROR] BUILD ERROR
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] The plugin 'org.apache.maven.plugins:maven-compiler-plugin' does
> >> not
> >> exis
> >> t or no valid version could be found
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] For more information, run Maven with the -e switch
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Total time: 21 seconds
> >> [INFO] Finished at: Fri Aug 18 17:35:14 EDT 2006
> >> [INFO] Final Memory: 1M/3M
> >> [INFO]
> >> ------------------------------------------------------------------------
> >>
> >> C:\Downloads\appfuse2-20060817\appfuse2>
> >>
> >> END:
> >>
> >> I download version : maven-2.0.4
> >>
> >>
> >>
> >>
> >> Matt Raible-3 wrote:
> >> >
> >> > FYI...
> >> >
> >> > I managed to get most everything moved over to a Maven 2 structure
> >> > this week.  I have tests working in the hibernate/ibatis projects, as
> >> > well as the service project, but not in the web tier projects yet.  I
> >> > do have everything compiling though. ;-)
> >> >
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO] Reactor Summary:
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO] AppFuse ............................................... SUCCESS
> >> > [2.228s]
> >> > [INFO] AppFuse Common Data Module ............................ SUCCESS
> >> > [1.681s]
> >> > [INFO] AppFuse Hibernate Module .............................. SUCCESS
> >> > [0.809s]
> >> > [INFO] AppFuse iBATIS Module ................................. SUCCESS
> >> > [0.630s]
> >> > [INFO] AppFuse Data Modules .................................. SUCCESS
> >> > [0.008s]
> >> > [INFO] AppFuse Service Module ................................ SUCCESS
> >> > [0.696s]
> >> > [INFO] AppFuse Common Web Module ............................. SUCCESS
> >> > [2.817s]
> >> > [INFO] AppFuse JSF Module .................................... SUCCESS
> >> > [4.410s]
> >> > [INFO] AppFuse Spring MVC Module ............................. SUCCESS
> >> > [4.038s]
> >> > [INFO] AppFuse Struts 2 Module ............................... SUCCESS
> >> > [4.954s]
> >> > [INFO] AppFuse Tapestry Module ............................... SUCCESS
> >> > [4.042s]
> >> > [INFO] AppFuse Web Modules ................................... SUCCESS
> >> > [0.007s]
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO] BUILD SUCCESSFUL
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO] Total time: 26 seconds
> >> > [INFO] Finished at: Fri Aug 18 15:06:54 MDT 2006
> >> > [INFO] Final Memory: 11M/26M
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > alotta:~/dev/appfuse2 mraible$
> >> >
> >> > If you'd like to review any of the work done thus far, I've uploaded
> >> > my latest work to:
> >> >
> >> > http://static.appfuse.org/downloads/appfuse2-20060817.zip
> >> >
> >> > The major issue I've encountered to date can be reviewed at:
> >> >
> >> >
> >> http://www.nabble.com/Re%3A-Converting-AppFuse-to-a-Maven-2-Project-p5870757.html
> >> >
> >> > Have a good weekend y'all.
> >> >
> >> > Matt
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: [hidden email]
> >> > For additional commands, e-mail: [hidden email]
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/AppFuse-2.0-Status-tf2129607s2369.html#a5878066
> >> Sent from the AppFuse - Dev forum at Nabble.com.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [hidden email]
> >> For additional commands, e-mail: [hidden email]
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [hidden email]
> > For additional commands, e-mail: [hidden email]
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/AppFuse-2.0-Status-tf2129607s2369.html#a5878347
> Sent from the AppFuse - Dev forum at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

reddeagle

Re: AppFuse 2.0 Status

Reply Threaded More More options
Print post
Permalink
As expected, this was a proxy server isssue, the message wasnt very descriptive.

In the maven setup directory there is a file called settings.xml that you can define the proxy server to use.

Cheers


Matt Raible-3 wrote:
From the top level (regardless of Eclipse), you should running "mvn
-Dmaven.test.skip=true" to download everything before your flight.
I'm sure you know this, but in case you don't, run "mvn -o" to work
offline.

http://www.nabble.com/Re%3A--m2--maven.test.skip%3Dtrue-on-by-default--p5872648.html

Matt

On 8/18/06, reddeagle <donal.reddington@fmr.com> wrote:
>
> No luck using both methods.
>
> I will restart my machine and try again! Will also try out side the company
> firewall , that could be stopping it also.
>
> Taking a flight tonight so was going to give it a test during it.
>
>
>
>
> Matt Raible-3 wrote:
> >
> > Can you try running it again? I've seen Maven 2 have issues
> > downloading things the first time.  Running the same command 2-3 times
> > sometimes fixes the problem.
> >
> > I just ran eclipse:eclipse, organized imports (etc.) and uploaded a
> > new version in case it doesn't work.
> >
> > http://static.appfuse.org/downloads/appfuse2-20060818.2.zip
> >
> > BTW, the following is the best explanation I've seen for setting each
> > module up as a separate project in Eclipse 3.2.
> >
> > http://tinyurl.com/p3tfb
> >
> > Hope this helps,
> >
> > Matt
> >
> > On 8/18/06, reddeagle <donal.reddington@fmr.com> wrote:
> >>
> >> I just follwed the readme and got the following prob from maven:
> >>
> >> Begin:
> >> C:\Downloads\appfuse2-20060817\appfuse2>mvn eclipse:eclipse
> >> [INFO] Scanning for projects...
> >> [INFO] Reactor build order:
> >> [INFO]   AppFuse
> >> [INFO]   AppFuse Common Data Module
> >> [INFO]   AppFuse Hibernate Module
> >> [INFO]   AppFuse iBATIS Module
> >> [INFO]   AppFuse Data Modules
> >> [INFO]   AppFuse Service Module
> >> [INFO]   AppFuse Common Web Module
> >> [INFO]   AppFuse JSF Module
> >> [INFO]   AppFuse Spring MVC Module
> >> [INFO]   AppFuse Struts 2 Module
> >> [INFO]   AppFuse Tapestry Module
> >> [INFO]   AppFuse Web Modules
> >> [INFO] Searching repository for plugin with prefix: 'eclipse'.
> >> [INFO] org.apache.maven.plugins: checking for updates from central
> >> [WARNING] repository metadata for: 'org.apache.maven.plugins' could not
> >> be
> >> retri
> >> eved from repository: central due to an error: Error transferring file
> >> [INFO] Repository 'central' will be blacklisted
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [ERROR] BUILD ERROR
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] The plugin 'org.apache.maven.plugins:maven-compiler-plugin' does
> >> not
> >> exis
> >> t or no valid version could be found
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] For more information, run Maven with the -e switch
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Total time: 21 seconds
> >> [INFO] Finished at: Fri Aug 18 17:35:14 EDT 2006
> >> [INFO] Final Memory: 1M/3M
> >> [INFO]
> >> ------------------------------------------------------------------------
> >>
> >> C:\Downloads\appfuse2-20060817\appfuse2>
> >>
> >> END:
> >>
> >> I download version : maven-2.0.4
> >>
> >>
> >>
> >>
> >> Matt Raible-3 wrote:
> >> >
> >> > FYI...
> >> >
> >> > I managed to get most everything moved over to a Maven 2 structure
> >> > this week.  I have tests working in the hibernate/ibatis projects, as
> >> > well as the service project, but not in the web tier projects yet.  I
> >> > do have everything compiling though. ;-)
> >> >
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO] Reactor Summary:
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO] AppFuse ............................................... SUCCESS
> >> > [2.228s]
> >> > [INFO] AppFuse Common Data Module ............................ SUCCESS
> >> > [1.681s]
> >> > [INFO] AppFuse Hibernate Module .............................. SUCCESS
> >> > [0.809s]
> >> > [INFO] AppFuse iBATIS Module ................................. SUCCESS
> >> > [0.630s]
> >> > [INFO] AppFuse Data Modules .................................. SUCCESS
> >> > [0.008s]
> >> > [INFO] AppFuse Service Module ................................ SUCCESS
> >> > [0.696s]
> >> > [INFO] AppFuse Common Web Module ............................. SUCCESS
> >> > [2.817s]
> >> > [INFO] AppFuse JSF Module .................................... SUCCESS
> >> > [4.410s]
> >> > [INFO] AppFuse Spring MVC Module ............................. SUCCESS
> >> > [4.038s]
> >> > [INFO] AppFuse Struts 2 Module ............................... SUCCESS
> >> > [4.954s]
> >> > [INFO] AppFuse Tapestry Module ............................... SUCCESS
> >> > [4.042s]
> >> > [INFO] AppFuse Web Modules ................................... SUCCESS
> >> > [0.007s]
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO] BUILD SUCCESSFUL
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > [INFO] Total time: 26 seconds
> >> > [INFO] Finished at: Fri Aug 18 15:06:54 MDT 2006
> >> > [INFO] Final Memory: 11M/26M
> >> > [INFO]
> >> >
> >> ------------------------------------------------------------------------
> >> > alotta:~/dev/appfuse2 mraible$
> >> >
> >> > If you'd like to review any of the work done thus far, I've uploaded
> >> > my latest work to:
> >> >
> >> > http://static.appfuse.org/downloads/appfuse2-20060817.zip
> >> >
> >> > The major issue I've encountered to date can be reviewed at:
> >> >
> >> >
> >> http://www.nabble.com/Re%3A-Converting-AppFuse-to-a-Maven-2-Project-p5870757.html
> >> >
> >> > Have a good weekend y'all.
> >> >
> >> > Matt
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
> >> > For additional commands, e-mail: dev-help@appfuse.dev.java.net
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/AppFuse-2.0-Status-tf2129607s2369.html#a5878066
> >> Sent from the AppFuse - Dev forum at Nabble.com.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
> >> For additional commands, e-mail: dev-help@appfuse.dev.java.net
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
> > For additional commands, e-mail: dev-help@appfuse.dev.java.net
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/AppFuse-2.0-Status-tf2129607s2369.html#a5878347
> Sent from the AppFuse - Dev forum at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
> For additional commands, e-mail: dev-help@appfuse.dev.java.net
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
For additional commands, e-mail: dev-help@appfuse.dev.java.net