[forge-issues] [JBoss JIRA] (FURNACE-140) FileNotFoundException: Source '/path/to/addon/target/classes' does not exist

Jess Sightler (JIRA) issues at jboss.org
Tue Mar 21 14:53:00 EDT 2017


    [ https://issues.jboss.org/browse/FURNACE-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13381929#comment-13381929 ] 

Jess Sightler commented on FURNACE-140:
---------------------------------------

I don't see how that can be the case. We generally work around the problem by running a command to create the empty stub directories:

find . -name target -exec mkdir {}/classes \;

It works fine after that. We also have no issues with the built jars themselves.

> FileNotFoundException: Source '/path/to/addon/target/classes' does not exist
> ----------------------------------------------------------------------------
>
>                 Key: FURNACE-140
>                 URL: https://issues.jboss.org/browse/FURNACE-140
>             Project: Forge: Furnace
>          Issue Type: Bug
>            Reporter: Jess Sightler
>
> When I run forge tests within the IDE, it will use the classes directory for loading add-on classes. This is great, however, some of the add-on modules do not have source files and do not necessarily generate a classes folder. For example, I may have a multimodule addon (addon/, api/, impl/, tests/, etc) that doesn't have any sources inside of addon/.
> In this case, Forge fails to load the classes and I end up with a FileNotFoundException.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the forge-issues mailing list