Fornax-Platform
Forum

Problems with tutorial

View: New views
5 Messages — Rating Filter:   Alert me  

Problems with tutorial

by ABeckers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I'm new to scultptor. I started with the tutorials but now I get stuck, perhaps someone can hellp me.

I did the hello world tutorial. Everything works find.
I started the Sculptor Archetype Tutorial. Everything seems to be ok until I get to the Run in Jetty there seems something missing.

Jetty starts but when I go to the application I just see a lising of the webapps root directory.

I don't know how the generated file must look like, but the web.xml seems a bit short:

<?xml version="1.0" encoding="UTF-8"?>

<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">  
</web-app>

Has someone an idea, how I can go on?

Thanks,
Andreas

Re: Problems with tutorial

by Andreas Källberg-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Thats definitely looks wrong.
Do you work against the installed 1.6-SNAPSHOT (in repo) or have you checked out the source and built your own?
We are in the middle of releasing the 1.6 thats contains a lot of changes and it might be that a bad 1.6-SNAPSHOT have been installed in the repo.
We will control it asap.

.../Andreas

On Fri, May 29, 2009 at 8:56 AM, ABeckers <abeckers@...> wrote:

Hi, I'm new to scultptor. I started with the tutorials but now I get stuck,
perhaps someone can hellp me.

I did the hello world tutorial. Everything works find.
I started the Sculptor Archetype Tutorial. Everything seems to be ok until I
get to the Run in Jetty there seems something missing.

Jetty starts but when I go to the application I just see a lising of the
webapps root directory.

I don't know how the generated file must look like, but the web.xml seems a
bit short:

<?xml version="1.0" encoding="UTF-8"?>

<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
</web-app>

Has someone an idea, how I can go on?

Thanks,
Andreas
--
View this message in context: http://www.nabble.com/Problems-with-tutorial-tp23775125s17564p23775125.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
Fornax-developer mailing list
Fornax-developer@...
https://lists.sourceforge.net/lists/listinfo/fornax-developer


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Fornax-developer mailing list
Fornax-developer@...
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Re: Problems with tutorial

by ABeckers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Andreas,

I use the repo as described in the helloworld tutorial.

Andreas

Andreas Källberg-2 wrote:
Hi,
Thats definitely looks wrong.
Do you work against the installed 1.6-SNAPSHOT (in repo) or have you checked
out the source and built your own?
We are in the middle of releasing the 1.6 thats contains a lot of changes
and it might be that a bad 1.6-SNAPSHOT have been installed in the repo.
We will control it asap.

.../Andreas

On Fri, May 29, 2009 at 8:56 AM, ABeckers <abeckers@freenet.de> wrote:

>
> Hi, I'm new to scultptor. I started with the tutorials but now I get stuck,
> perhaps someone can hellp me.
>
> I did the hello world tutorial. Everything works find.
> I started the Sculptor Archetype Tutorial. Everything seems to be ok until
> I
> get to the Run in Jetty there seems something missing.
>
> Jetty starts but when I go to the application I just see a lising of the
> webapps root directory.
>
> I don't know how the generated file must look like, but the web.xml seems a
> bit short:
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
> </web-app>
>
> Has someone an idea, how I can go on?
>
> Thanks,
> Andreas
> --
> View this message in context:
> http://www.nabble.com/Problems-with-tutorial-tp23775125s17564p23775125.html
> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity professionals.
> Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
> Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
> _______________________________________________
> Fornax-developer mailing list
> Fornax-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Re: Problems with tutorial

by Frank Panno :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Andreas,
I was running into the same problem ...

First I modified the project.nature property in sculptor-gui-
generator.properties:
project.nature=presentation-tier, jsf

(guess that ', jsf' is just missing in the archetype)

Then I deleted the webapp directory, so that web.xml was regenerated.

Hope that helps,
  Frank


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Fornax-developer mailing list
Fornax-developer@...
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Re: Problems with tutorial

by ABeckers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Frank,

Thanks, that solved my problem. Now I can go on to jboss...

Andreas

Frank Panno wrote:
Hi Andreas,
I was running into the same problem ...

First I modified the project.nature property in sculptor-gui-
generator.properties:
project.nature=presentation-tier, jsf

(guess that ', jsf' is just missing in the archetype)

Then I deleted the webapp directory, so that web.xml was regenerated.

Hope that helps,
  Frank


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer