Did I read that correctly that . is your warSourceDirectory?

I would expect many issues with that directory structure, though I am not sure if your current issue is related.

-Max

Alexandre Poitras wrote:
Is c.tld located in src/main/resources/WEB-INF/tld?

On 6/7/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote:
<plugin>
    <groupId>org.codehaus.mojo</groupId>


    <artifactId>jspc-maven-plugin</artifactId>

    <executions>
        <execution>
            <id>jspc</id>
            <phase>compile</phase>
            <goals>
                <goal>compile</goal>
            </goals>
            <configuration>
                <inputWebXml>./WEB-INF/web.xml</inputWebXml>
                <injectString>nonexistent</injectString>
                <outputWebXml>/dev/null</outputWebXml>
                <warSourceDirectory>.</warSourceDirectory>
                <workingDirectory>jsp-compile</workingDirectory>
            </configuration>
        </execution>
    </executions>
</plugin>


for soem reason I'm getting this error:

[INFO] [jspc:compile {execution: jspc}]
[INFO] Built File: /MML/index.jsp
[WARN] Internal Error: File /WEB-INF/web.xml not found
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error

Embedded error: File "/WEB-INF/tld/c.tld" not found

But there is WEB-INF/tld directory inside module and it contains c.tld file.
Also WEB-INF/web.xml exists.

Any ideas what needs to be specified?

--
Eugene N Dzhurinsky

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



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


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

Reply via email to