On 1/25/07, rays <[EMAIL PROTECTED]> wrote:

Do we have access to the AppFuse 2 svn repository at
https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0_M2? If so, what is
the user name and password?

You can use your java.net username/password, or:

Username: guest
Password:

That's an empty string ("") for the password.

Matt


Cheers
Ray


Matt Raible-3 wrote:
>
> They're "merged" in from AppFuse WARs thanks to the Maven War Plugin.
> This allows us to package "core" features in AppFuse and inject them
> into your project at build time.  If you want to modify JSPs and web
> files, you can put get them in your project by running "mvn
> war:inplace".
>
> WARNING: This injects everything, including .class files and JAR
> files. We recommend you check your project into version control before
> running it. Deleting src/main/webapp/WEB-INF/lib and
> src/main/webapp/WEB-INF/classes is recommended as duplicate JARs in
> your classpath causes issues with some frameworks.
>
> Here's how to modify the model objects:
>
> http://appfuse.org/display/APF/AppFuse+Core+Classes
>
> We're still working on a way for you to customize other source files.
> If you're Maven 2 savvy, you can probably build your own project by
> piecing together AppFuse's modules from SVN.
>
> We could distribute a "full source" archetype, but that goes against
> the whole "here's an easily upgradable system" that we're trying to
> create with AppFuse 2.0. ;-)
>
> Matt
>
> On 1/25/07, molecool <[EMAIL PROTECTED]> wrote:
>>
>> Okay, I'm confused - I was able to deploy and the good old appfuse
>> interface
>> popped right up. However, all of this seems to be happening automagically
>> -
>> where are all the sources and the jsps?
>>
>> find -name '*.java' produces:
>>
>> ./core/src/main/java/Core.java
>> ./core/src/test/java/CoreTest.java
>> ./web/src/main/java/App.java
>> ./web/src/test/java/AppTest.java
>> ./web/target/work/jsp/org/apache/jsp/common/footer_jsp.java
>> ./web/target/work/jsp/org/apache/jsp/common/header_jsp.java
>> ./web/target/work/jsp/org/apache/jsp/common/menu_jsp.java
>> ./web/target/work/jsp/org/apache/jsp/decorators/default_jsp.java
>> ./web/target/work/jsp/org/apache/jsp/index_jsp.java
>> ./web/target/work/jsp/org/apache/jsp/login_jsp.java
>> ./web/target/work/jsp/org/apache/jsp/scripts/validator_jsp.java
>> ./web/target/work/jsp/org/apache/jsp/WEB_002dINF/pages/mainMenu_jsp.java
>> ./web/target/work/jsp/org/apache/jsp/WEB_002dINF/pages/userForm_jsp.java
>>
>> Where does all that deployed stuff in target come from? I don't see any
>> templates anywhere either. If someone could explain this to me or point
>> me
>> to the appropriate documentation I would be grateful.
>>
>> Thanks,
>>
>> Michael
>> --
>> View this message in context:
>> 
http://www.nabble.com/Appfuse-2.0---where-are-the-sources-jsps--tf3119998s2369.html#a8643984
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> http://raibledesigns.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

--
View this message in context: 
http://www.nabble.com/Appfuse-2.0---where-are-the-sources-jsps--tf3119998s2369.html#a8645654
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to